Fallout from resurrecting doprnt.
authorEli Zaretskii <eliz@gnu.org>
Sun, 24 Apr 2011 09:00:03 +0000 (12:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 Apr 2011 09:00:03 +0000 (12:00 +0300)
commit55fdd8a3bda86234a83880a87d5629d3a0ec38d0
treecde99d4e99dfd89afa4b3c71eb301f491e430c55
parentf058c7e42a5ad41a09027ec60d2a0d813fb043d3
Fallout from resurrecting doprnt.

 src/doc.c (get_doc_string): Improve the format passed to `error'.
 src/doprnt.c (doprnt): Improve commentary.
 src/term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
 src/Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
 them with etags.
 src/makefile.w32-in (TAGS): Depend on $(CURDIR)/m/intel386.h and
 $(CURDIR)/s/ms-w32.h.
 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
src/ChangeLog
src/Makefile.in
src/doc.c
src/doprnt.c
src/makefile.w32-in
src/term.c